svn path=/trunk/; revision=19278
2007-12-28 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtkprintoperation.c:
+ * gtk/gtkprogressbar.c:
* gtk/gtkmessagedialog.c:
* gtk/gtknotebook.c:
* gtk/gtkprinter.c:
priv->unit = GTK_UNIT_PIXEL;
appname = g_get_application_name ();
+ if (appname == NULL)
+ appname = "";
/* translators: this string is the default job title for print
* jobs. %s gets replaced by the application name, %d gets replaced
* by the job number.
g_param_spec_string ("text",
P_("Text"),
P_("Text to be displayed in the progress bar"),
- "%P %%",
+ NULL,
GTK_PARAM_READWRITE));
/**